home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2000 #4 (Alt) / K-CD-2000-04.iso / K-CD.dxr / Maanedlig_191_KProg11 Install.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  268 b   |  16 lines

  1. global ShowWarnings, MustWarn, Syskrav
  2.  
  3. on mouseDown
  4.   puppetSound(3, "Knap")
  5. end
  6.  
  7. on mouseUp
  8.   RedAlert(Syskrav)
  9.   if ShowWarnings or MustWarn then
  10.     SetFields(Syskrav)
  11.     go("K11Chicken")
  12.   else
  13.     baRunProgram("Index\Dansk\Setup.exe", "Normal", 0)
  14.   end if
  15. end
  16.